home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / accuhash / ah2setup.exe / {app} / accuhash.exe / 0 / RCDATA / TFORMCOLUMNSETTINGS / TFORMCOLUMNSETTINGS.txt
Text File  |  2004-09-13  |  4KB  |  154 lines

  1. object FormColumnSettings: TFormColumnSettings
  2.   Left = 364
  3.   Top = 252
  4.   Width = 295
  5.   Height = 370
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Column Settings'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 370
  10.   Constraints.MinWidth = 295
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnResize = FormResize
  22.   DesignSize = (
  23.     287
  24.     336)
  25.   PixelsPerInch = 96
  26.   TextHeight = 13
  27.   object Bevel1: TBevel
  28.     Left = 16
  29.     Top = 280
  30.     Width = 252
  31.     Height = 14
  32.     Anchors = [akLeft, akTop, akRight, akBottom]
  33.     Shape = bsBottomLine
  34.   end
  35.   object Label2: TLabel
  36.     Left = 19
  37.     Top = 246
  38.     Width = 151
  39.     Height = 13
  40.     Alignment = taCenter
  41.     Anchors = [akBottom]
  42.     Caption = 'The selected column should be '
  43.     OnClick = FormCreate
  44.   end
  45.   object Label3: TLabel
  46.     Left = 211
  47.     Top = 246
  48.     Width = 51
  49.     Height = 13
  50.     Anchors = [akBottom]
  51.     Caption = 'pixels wide'
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 0
  55.     Top = 0
  56.     Width = 287
  57.     Height = 35
  58.     Align = alTop
  59.     BevelOuter = bvNone
  60.     BorderWidth = 4
  61.     TabOrder = 0
  62.     object Label1: TLabel
  63.       Left = 4
  64.       Top = 4
  65.       Width = 279
  66.       Height = 27
  67.       Align = alClient
  68.       Alignment = taCenter
  69.       AutoSize = False
  70.       Caption = 
  71.         'Check the columns you would like to make visible in this Folder.' +
  72.         '  Drag and Drop to reorder the columns. '
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.       WordWrap = True
  80.     end
  81.   end
  82.   object CheckBoxLiveUpdate: TCheckBox
  83.     Left = 18
  84.     Top = 268
  85.     Width = 81
  86.     Height = 17
  87.     Anchors = [akRight, akBottom]
  88.     Caption = 'Live Update'
  89.     TabOrder = 1
  90.     OnClick = CheckBoxLiveUpdateClick
  91.   end
  92.   object ButtonOk: TButton
  93.     Left = 104
  94.     Top = 304
  95.     Width = 75
  96.     Height = 25
  97.     Anchors = [akRight, akBottom]
  98.     Caption = '&OK'
  99.     ModalResult = 1
  100.     TabOrder = 2
  101.   end
  102.   object ButtonCancel: TButton
  103.     Left = 192
  104.     Top = 304
  105.     Width = 75
  106.     Height = 25
  107.     Anchors = [akRight, akBottom]
  108.     Caption = '&Cancel'
  109.     ModalResult = 2
  110.     TabOrder = 3
  111.   end
  112.   object VSTColumnNames: TVirtualStringTree
  113.     Left = 8
  114.     Top = 47
  115.     Width = 273
  116.     Height = 186
  117.     Anchors = [akLeft, akTop, akRight, akBottom]
  118.     CheckImageKind = ckDarkCheck
  119.     Header.AutoSizeIndex = 0
  120.     Header.Font.Charset = DEFAULT_CHARSET
  121.     Header.Font.Color = clWindowText
  122.     Header.Font.Height = -11
  123.     Header.Font.Name = 'MS Sans Serif'
  124.     Header.Font.Style = []
  125.     Header.MainColumn = -1
  126.     Header.Options = [hoColumnResize, hoDrag]
  127.     HintAnimation = hatNone
  128.     ParentBackground = False
  129.     TabOrder = 4
  130.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScroll, toAutoScrollOnExpand, toAutoTristateTracking]
  131.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toInitOnSave, toToggleOnDblClick]
  132.     TreeOptions.PaintOptions = [toShowButtons, toShowRoot, toThemeAware, toUseBlendedImages]
  133.     OnChecking = VSTColumnNamesChecking
  134.     OnDragAllowed = VSTColumnNamesDragAllowed
  135.     OnDragOver = VSTColumnNamesDragOver
  136.     OnDragDrop = VSTColumnNamesDragDrop
  137.     OnFocusChanging = VSTColumnNamesFocusChanging
  138.     OnFreeNode = VSTColumnNamesFreeNode
  139.     OnGetText = VSTColumnNamesGetText
  140.     OnInitNode = VSTColumnNamesInitNode
  141.     Columns = <>
  142.   end
  143.   object EditPixelWidth: TEdit
  144.     Left = 172
  145.     Top = 244
  146.     Width = 35
  147.     Height = 21
  148.     Anchors = [akBottom]
  149.     TabOrder = 5
  150.     OnExit = EditPixelWidthExit
  151.     OnKeyPress = EditPixelWidthKeyPress
  152.   end
  153. end
  154.